Last updated: 2021-07-05
Checks: 6 1
Knit directory: ~/Desktop/StatCan/Hugo Github/Construction_Hugo/Construction/Construction/
This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.
The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish to commit the R Markdown file and build the HTML.
Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.
The command set.seed(12345) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.
Great job! Recording the operating system, R version, and package versions is critical for reproducibility.
Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.
Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.
Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.
The results in this page were generated with repository version 4af0c2f. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.
Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:
Ignored files:
Ignored: .RData
Ignored: .Rhistory
Ignored: .Rproj.user/
Unstaged changes:
Modified: Construction.Rmd
Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.
These are the previous versions of the repository in which changes were made to the R Markdown (Construction.Rmd) and HTML (Construction.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.
| File | Version | Author | Date | Message |
|---|---|---|---|---|
| html | 4af0c2f | Hugo | 2021-07-05 | bug correction - 2021-07-05 |
| html | d288286 | Hugo | 2021-07-05 | correction 1 - 2021-07-05 |
| Rmd | daa4a7b | Hugo | 2021-07-05 | modified |
| html | daa4a7b | Hugo | 2021-07-05 | modified |
| Rmd | c758268 | Hugo | 2021-06-30 | test 5 |
| html | c758268 | Hugo | 2021-06-30 | test 5 |
| Rmd | 51961b2 | Hugo | 2021-06-30 | test 4 |
| html | 51961b2 | Hugo | 2021-06-30 | test 4 |
| html | 04fa6ad | Hugo | 2021-06-30 | test 3 |
| Rmd | fd2451d | Hugo | 2021-06-30 | test 2 |
| html | fd2451d | Hugo | 2021-06-30 | test 2 |
Notes to readers : There is a lot of missing data on building permits which might cause irregularity in the table. The first three code of : code and function parameters need to be updated once a year in early march.
Investment in Building Construction(monthly) 34-10-0175-01
Capital and repair expenditures, non-residential tangible assets, by industry and geography (x1,000,00) 34-10-0035-01
Building permits, by type of structure and type of work 34-10-0066-01
Here’s a list of all the necessery package to run the program.
This section includes global function of which many have been imported from the Provincial_view.rmd on which Arman worked on. The parameters from_this_year, Incomplete_Year1 and Incomplete_Year2 must be changed for the proper year, once a year in early march.
all the files in this program will now be created relative to where you run this script; it will create all the necessary subflorder and files from the location below
fd = first difference; pc = percent change
fd = first difference; pc = percent change
fd = first difference; pc = percent change
fd = first different; pc = percent change
fd = first difference; pc = percent change
fd = first difference; pc = percent change
fd = first difference; pc = percent change
sessionInfo()
R version 4.0.5 (2021-03-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252
[3] LC_MONETARY=English_Canada.1252 LC_NUMERIC=C
[5] LC_TIME=English_Canada.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lubridate_1.7.10 params_0.7.3 whisker_0.4 tsibble_1.0.1
[5] gapminder_0.3.0 summarytools_0.9.9 plotly_4.9.4 here_1.0.1
[9] cansim_0.3.8 janitor_2.1.0 DT_0.18 forcats_0.5.1
[13] stringr_1.4.0 dplyr_1.0.6 purrr_0.3.4 readr_1.4.0
[17] tidyr_1.1.3 tibble_3.1.2 ggplot2_3.3.4 tidyverse_1.3.1
[21] rmarkdown_2.9
loaded via a namespace (and not attached):
[1] matrixStats_0.59.0 fs_1.5.0 httr_1.4.2 rprojroot_2.0.2
[5] tools_4.0.5 backports_1.2.1 utf8_1.2.1 R6_2.5.0
[9] DBI_1.1.1 lazyeval_0.2.2 colorspace_2.0-1 withr_2.4.2
[13] tidyselect_1.1.1 curl_4.3.1 compiler_4.0.5 git2r_0.28.0
[17] cli_2.5.0 rvest_1.0.0 xml2_1.3.2 labeling_0.4.2
[21] scales_1.1.1 checkmate_2.0.0 digest_0.6.27 base64enc_0.1-3
[25] pkgconfig_2.0.3 htmltools_0.5.1.1 dbplyr_2.1.1 htmlwidgets_1.5.3
[29] rlang_0.4.11 readxl_1.3.1 rstudioapi_0.13 pryr_0.1.4
[33] farver_2.1.0 generics_0.1.0 jsonlite_1.7.2 crosstalk_1.1.1
[37] magrittr_2.0.1 rapportools_1.0 Rcpp_1.0.6 munsell_0.5.0
[41] fansi_0.5.0 lifecycle_1.0.0 stringi_1.5.3 yaml_2.2.1
[45] snakecase_0.11.0 plyr_1.8.6 grid_4.0.5 promises_1.2.0.1
[49] RcppTOML_0.1.7 crayon_1.4.1 haven_2.4.1 pander_0.6.4
[53] hms_1.1.0 magick_2.7.2 anytime_0.3.9 knitr_1.33
[57] pillar_1.6.1 tcltk_4.0.5 codetools_0.2-18 reprex_2.0.0
[61] glue_1.4.2 evaluate_0.14 data.table_1.14.0 modelr_0.1.8
[65] vctrs_0.3.8 httpuv_1.6.1 cellranger_1.1.0 gtable_0.3.0
[69] assertthat_0.2.1 xfun_0.23 broom_0.7.7 later_1.2.0
[73] viridisLite_0.4.0 workflowr_1.6.2 ellipsis_0.3.2